home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VBSETUPK.ZIP / SETUPWIZ.TXT < prev   
Text File  |  1993-10-14  |  4KB  |  73 lines

  1. This file details changes made to SETUPWIZ.EXE after Visual Basic 
  2. version 3.0 shipped.
  3.  
  4. To check the internal version number of your SETUPWIZ.EXE, open a copy
  5. of the file in an editor, and search for the string "ver:" This will
  6. show the version number. Visual Basic version 3.0 for Windows shipped
  7. with SETUPWIZ.EXE version 1.00.532.
  8.  
  9. VERSION      BUGS FIXED
  10. ---------------------------------------------------------------------
  11. 1.00.533     When using "Save Template", you must enter a file name
  12.              with extension.  The extension is no longer required.
  13. 1.00.533     The "max" setting for the horizontal scrollbar on the Step
  14.              Five screen is so large that the middle button of the scroll
  15.              bar really can't be used. The max has been reset to a smaller
  16.              value.
  17. 1.00.533     The standard command .PIF file may not have the EXECUTION =
  18.              EXCLUSIVE on some computers. As a result, the DOS shells for
  19.              compressing files may sit in the background. Now shell with
  20.              parameter makes the task active with focus.
  21. 1.00.534     Minor tweaks to the user interface to widen the TEMPLATE
  22.              buttons, added an accelerator to the R in Rebuild, and changed
  23.              the accelerator in Exit to the 'x' key.
  24. 1.00.535     Start SetupWiz. Enter C:\. Click NEXT. This causes an
  25.              untrapped error: "Path/file access error".
  26. 1.00.536     Removed line FILE10=OLE2UI.DLL under the [MSOLE2.VBX]
  27.              section in SETUPWIZ.INI.
  28. 1.00.536     Try using Setup Wizard to create setup disks for the
  29.              OLE2DEMO sample application after removing the OLE2UI entry
  30.              from SETUPWIZ.INI. In step 2, select OLE. The Next button
  31.              doesn't work. The Back button does work, and the Next button
  32.              works if nothing is selected in step 2. The Finish button also
  33.              works. This problem affected any OLE application.
  34. 1.00.537     Selecting more than 40 files with the Common Dialog during
  35.              ADD FILES was not handled before. Now it is.
  36. 1.00.538     Cleaned up the MSOLE2.VBX and OLE Automation sections in
  37.              SETUPWIZ.INI.
  38. 1.00.539     A PATH pointing to non-existing directories or drives resulted
  39.              in a "User-defined error". Now Setup Wizard returns the
  40.              correct error message and continues.
  41. 1.00.542     Fixed compression problems when running under Windows NT.
  42. 1.00.543     Fixed an invalid keyword in some common dialogs that asked
  43.              where a file is located.
  44. 1.00.543     Fixed a problem if a template's .EXE file was deleted or moved.
  45. 1.00.544     SetupWizard incorrectly added VER.DL_ to the SETUP.LST file.
  46.              Setup Wizard no longer adds this file to SETUP.LST.
  47. 1.00.545   SetupWizard will always add DDEML.DLL to SETUP.LST (Needed
  48.            for Win 3.0).
  49. 1.00.545   SetupWiz.ini, added two files to the CRYSTAL.VBX section.
  50. 1.00.546   Fixed problem where after adding files in step 5, you can get
  51.            a "File not Found" or "Compress error".
  52. 1.00.546   Fixed problem where after deleting your project's EXE
  53.            (ie MYAPP.EXE) you would get an "Illegal function call in 
  54.            CreateVBSetup1".
  55. 1.00.547   Fixed problem where you have MYAPP.EXE in same dir as MAK file,
  56.            and PATH= in MAK file points to different drive.  Thus wrong
  57.            file was added to list.
  58. 1.00.548   Fixed problem when a compressed file is larger than 1.2 meg.
  59.            NOTE: this fix also requires 4 changes in the SETUP1.MAK project.
  60. 1.00.548   Fixed problem when SETUP1.MAK has a VBX or DLL file.
  61. 1.00.548   Fixed problem where after adding multiple files, another 'point
  62.            to a file' dialog came up asking for a support file location
  63.            resulting in a path with no filename is listed in the file
  64.            distribution box.
  65.  
  66. PROBLEMS/LIMITATIONS:
  67.  
  68.  - COMPRESS.EXE will take only a limited length command line. If
  69.    SetupWizard is in a subdirectory that is nested too deep, COMPRESS will
  70.    not work correctly. You will encounter a 'File does not exist' error when
  71.    the file does exist. To work around this problem, move the SETUPKIT
  72.    subdir up one or more directory levels until COMPRESS works.
  73.